runtime.gcControllerState.heapScan (field)
6 uses
runtime (current package)
metrics.go#L685: a.heapScan = gcController.heapScan.Load()
mgcpacer.go#L202: heapScan atomic.Uint64
mgcpacer.go#L460: " (scan ", gcController.heapScan.Load()>>20, " MB in ",
mgcpacer.go#L498: scan := c.heapScan.Load()
mgcpacer.go#L825: c.heapScan.Store(uint64(c.heapScanWork.Load()))
mgcpacer.go#L869: gcController.heapScan.Add(dHeapScan)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |